[
    {
        "settings": [ "master" ],
        "staticHandling": {
            "forceUpdate": true
        },

        "yui": {
            "config": {
                "combine": false,
                "groups"   : {
                  "ontheflymojit" : {
                     "combine": false,
                     "base"     : "/static/node_modules/mojito-onthefly-mojit/yui_modules/",
                     "comboBase": "/combo?",
                     "root"     : "itsa-gallery/build/",
                     "root"     : "mojito-onthefly-mojit/yui_modules/",
                     "patterns":
                     {
                        "Xmojito-onthefly-":      { }
                     }
                  }
               }
            }
        },

        "specs": {
              "htmlframe": {
                "type" : "HTMLFrameMojit",
                "config": {
                  "deploy": true,
                  "title": "Testing 123",
                  "child" : {
                    "type" : "Home"
                  },
                  "assets": {
                      "top": {
                          "css": [
                              "http://yui.yahooapis.com/pure/0.5.0/pure-min.css"
                          ],
                          "blob": [
                              "<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">",
                              "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">"
                          ]
                      }
                  }
                }
              }

        }
    },
    {
        "settings": [ "environment:development" ],
        "staticHandling": {
            "forceUpdate": true
        }
    }
]
